1 write to _typeName
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
24
ComRuntimeHelpers.GetInfoFromType(typeInfo, out
_typeName
, out _documentation);
1 reference to _typeName
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
194
public string TypeName =>
_typeName
;