1 write to Type
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\FixUp.cs (1)
72Type = type;
13 references to Type
System.Data.Services.Design (13)
System\Data\EntityModel\Emitters\FixUp.cs (2)
113method = _CSFixMethods[(int)Type]; 117method = _VBFixMethods[(int)Type];
System\Data\EntityModel\Emitters\FixUpCollection.cs (11)
359if ( fixUp.Type == FixUpType.MarkClassAsStatic ) 424(fixUp.Type == FixUpType.MarkOverrideMethodAsSealed || fixUp.Type == FixUpType.MarkAbstractMethodAsPartial) ) 444(fixUp.Type == FixUpType.MarkPropertySetAsPrivate || 445fixUp.Type == FixUpType.MarkPropertySetAsInternal || 446fixUp.Type == FixUpType.MarkPropertySetAsPublic || 447fixUp.Type == FixUpType.MarkPropertySetAsProtected)) 461(fixUp.Type == FixUpType.MarkPropertyGetAsPrivate || 462fixUp.Type == FixUpType.MarkPropertyGetAsInternal || 463fixUp.Type == FixUpType.MarkPropertyGetAsPublic || 464fixUp.Type == FixUpType.MarkPropertyGetAsProtected))