7 references to CompilerGeneratedState
illink (7)
Linker.Dataflow\FlowAnnotations.cs (1)
427
var attrs = _context.
CompilerGeneratedState
.GetGeneratedTypeAttributes (typeDef);
Linker.Dataflow\MethodBodyScanner.cs (1)
252
if (_context.
CompilerGeneratedState
.TryGetCompilerGeneratedCalleesForUserMethod (startingMethod, out List<IMemberDefinition>? compilerGeneratedCallees)) {
Linker.Steps\MarkStep.cs (2)
3525
while (Context.
CompilerGeneratedState
.TryGetOwningMethodForCompilerGeneratedMember (owningMethod, out var owner))
3724
if (Context.
CompilerGeneratedState
.TryGetCompilerGeneratedCalleesForUserMethod (methodIL.Method, out List<IMemberDefinition>? compilerGeneratedCallees)) {
Linker\Annotations.cs (2)
642
while (context.
CompilerGeneratedState
.TryGetOwningMethodForCompilerGeneratedMember (member, out owningMethod)) {
667
} while (context.
CompilerGeneratedState
.TryGetOwningMethodForCompilerGeneratedMember (method, out method));
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
80
while (_context.
CompilerGeneratedState
.TryGetOwningMethodForCompilerGeneratedMember (member, out owningMethod)) {