3 references to TryGetOwningMethodForCompilerGeneratedMember
illink (3)
Linker\Annotations.cs (2)
701
while (context.CompilerGeneratedState.
TryGetOwningMethodForCompilerGeneratedMember
(member, out owningMethod))
734
} while (context.CompilerGeneratedState.
TryGetOwningMethodForCompilerGeneratedMember
(method, out method));
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
83
while (_context.CompilerGeneratedState.
TryGetOwningMethodForCompilerGeneratedMember
(member, out owningMethod))