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