3 references to CalculateSyntaxOffsetInSynthesizedConstructor
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SynthesizedConstructorSymbol.vb (1)
67Return containingType.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, IsShared)
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (1)
145Return DirectCast(m_containingType, SourceMemberContainerTypeSymbol).CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isShared:=False)
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
131Return containingType.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, IsShared)