1 write to _compilerGeneratedTypeToUserCodeMethod
illink (1)
Linker.Dataflow\CompilerGeneratedState.cs (1)
38
_compilerGeneratedTypeToUserCodeMethod
= new Dictionary<TypeDefinition, MethodDefinition>();
4 references to _compilerGeneratedTypeToUserCodeMethod
illink (4)
Linker.Dataflow\CompilerGeneratedState.cs (4)
247
if (!
_compilerGeneratedTypeToUserCodeMethod
.TryAdd(stateMachineType, method))
249
var alreadyAssociatedMethod =
_compilerGeneratedTypeToUserCodeMethod
[stateMachineType];
554
if (
_compilerGeneratedTypeToUserCodeMethod
.TryGetValue(sourceType, out owningMethod))
573
if (
_compilerGeneratedTypeToUserCodeMethod
.TryGetValue(sourceType, out owningMethod))