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