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