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