6 references to LineIsVBBeginClassMethodProperty
System.Data.Entity.Design (6)
System\Data\EntityModel\Emitters\FixUpCollection.cs (6)
497if ( LineIsVBBeginClassMethodProperty(normalizedLine, "Class", ref name) ) 521if ( LineIsVBBeginClassMethodProperty(normalizedLine, "Class", ref name) ) 526else if ( LineIsVBBeginClassMethodProperty(normalizedLine, "MustOverride Sub", ref name) ) 531else if ( LineIsVBBeginClassMethodProperty(normalizedLine, "Function", ref name) 532|| LineIsVBBeginClassMethodProperty(normalizedLine, "Sub", ref name) ) 537else if ( LineIsVBBeginClassMethodProperty(normalizedLine, "Property", ref name) )