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