3 references to CalculateSyntaxOffsetInSynthesizedConstructor
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
271return containingType.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isStatic: false);
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
235return _containingType.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isStatic: false);
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
378return containingType.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isStatic: true);