1 instantiation of FixUpCollection
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
632_fixUps = new FixUpCollection();
4 references to FixUpCollection
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
149private FixUpCollection _fixUps; 269if (FixUps.Count == 0 || !FixUpCollection.IsLanguageSupported(Language)) 627internal FixUpCollection FixUps
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
406internal static void AddGetterSetterFixUp(FixUpCollection fixups, string propertyFqName, MemberAttributes accessibility, MemberAttributes propertyAccessibility, bool isGetter)