5 references to ImplementationTypes
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
305
Enumerate(prop.
ImplementationTypes
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
301
ValidateTypeReferences(e.
ImplementationTypes
);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
2268
if (e.
ImplementationTypes
.Count > 0)
2272
foreach (CodeTypeReference type in e.
ImplementationTypes
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1683
extensionDataObjectProperty.
ImplementationTypes
.Add(Globals.TypeOfIExtensibleDataObject);