2 writes to typeName
mscorlib (2)
system\diagnostics\debuggerattributes.cs (2)
175this.typeName = type.AssemblyQualifiedName; 180this.typeName = typeName;
1 reference to typeName
mscorlib (1)
system\diagnostics\debuggerattributes.cs (1)
184get { return typeName; }