Implemented interface member:
method
TypeRepresentsComType
System.Runtime.InteropServices.IRegistrationServices.TypeRepresentsComType(System.Type)
3 references to TypeRepresentsComType
mscorlib (2)
system\runtime\interopservices\registrationservices.cs (2)
140else if (TypeRepresentsComType(aTypes[cTypes])) 193else if (TypeRepresentsComType(aTypes[cTypes]))
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComIntegrationManifestGenerator.cs (1)
147if (regServices.TypeRepresentsComType(t) || t.IsValueType)