repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4670 from BrzVlad/fix-sgen-testing
[mono-project.git]
/
mcs
/
class
/
corlib
/
corert
/
EnvironmentAugments.cs
blob
cb0617202e69a45480001967853cac530ef0d710
1
using
System
;
2
3
namespace
Internal
.
Runtime
.
Augments
4
{
5
static class
EnvironmentAugments
6
{
7
public static readonly string
StackTrace
=
""
;
8
}
9
}