4 references to TryGetOwningMethodForCompilerGeneratedMember
illink (4)
Linker.Steps\MarkStep.cs (1)
3525
while (Context.CompilerGeneratedState.
TryGetOwningMethodForCompilerGeneratedMember
(owningMethod, out var owner))
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)) {