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