4 references to ImplementationTypes
System.CodeDom (3)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1475
if (e.
ImplementationTypes
.Count > 0)
1479
foreach (CodeTypeReference type in e.
ImplementationTypes
)
System\CodeDom\Compiler\CodeValidator.cs (1)
589
ValidateTypeReferences(e.
ImplementationTypes
);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1979
propertyChangedEvent.
ImplementationTypes
.Add(typeof(INotifyPropertyChanged));