3 references to GetScriptConstructor
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
459scriptCtor = containingType.GetScriptConstructor();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
476var ctor = _containingType.GetScriptConstructor(); 567var ctor = _containingType.GetScriptConstructor();