8 references to TypeName
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeEnumDesc.cs (1)
18public override string ToString() => $"<enum '{TypeName}'>";
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (4)
81typeLibDesc._enums.Add(enumDesc.TypeName, enumDesc); 117if (member == coclass.TypeName) 135retval[i++] = coclass.TypeName; 150if (member == coclass.TypeName)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
97typeName = ctd.TypeName;
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (2)
55typeof(ComTypeEnumDesc).GetProperty(nameof(ComTypeEnumDesc.TypeName)) 57Expression.Constant(_desc.TypeName)