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