8 references to ImplementationTypes
System (3)
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
2022
if (e.
ImplementationTypes
.Count > 0) {
2025
foreach (CodeTypeReference type in e.
ImplementationTypes
) {
compmod\system\codedom\compiler\CodeValidator.cs (1)
248
ValidateTypeReferences(e.
ImplementationTypes
);
System.Management (4)
WmiGenerator.cs (4)
4343
cmp.
ImplementationTypes
.Add("System.Collections.ICollection");
4361
cmp.
ImplementationTypes
.Add("System.Collections.ICollection");
4378
cmp.
ImplementationTypes
.Add("System.Collections.ICollection");
4560
cmp.
ImplementationTypes
.Add("System.Collections.IEnumerator");
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1886
extensionDataObjectProperty.
ImplementationTypes
.Add(Globals.TypeOfIExtensibleDataObject);