7 references to _factory
Microsoft.CodeAnalysis.CSharp (7)
Lowering\Instrumentation\StackOverflowProbingInstrumenter.cs (7)
27_factory, 70Debug.Assert(_factory.TopLevelMethod is not null); 71Debug.Assert(_factory.CurrentFunction is not null); 74if (isMethodBody && _factory.TopLevelMethod.MethodKind == MethodKind.StaticConstructor) 79instrumentation = _factory.CombineInstrumentation( 81prologue: _factory.ExpressionStatement(_factory.Call(receiver: null, _ensureStackMethod)));