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