1 write to _allInternalsVisible
mscorlib (1)
system\runtime\compilerservices\internalsvisibletoattribute.cs (1)
36set { _allInternalsVisible = value; }
1 reference to _allInternalsVisible
mscorlib (1)
system\runtime\compilerservices\internalsvisibletoattribute.cs (1)
35get { return _allInternalsVisible; }