1 write to Scope_
mscorlib (1)
system\runtime\interopservices\attributes.cs (1)
40public TypeIdentifierAttribute(string scope, string identifier) { Scope_ = scope; Identifier_ = identifier; }
1 reference to Scope_
mscorlib (1)
system\runtime\interopservices\attributes.cs (1)
42public String Scope { get { return Scope_; } }