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