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)
215
if (!
_compilerGeneratedTypeToUserCodeMethod
.TryAdd (stateMachineType, method)) {
216
var alreadyAssociatedMethod =
_compilerGeneratedTypeToUserCodeMethod
[stateMachineType];
478
if (
_compilerGeneratedTypeToUserCodeMethod
.TryGetValue (sourceType, out owningMethod))
496
if (
_compilerGeneratedTypeToUserCodeMethod
.TryGetValue (sourceType, out owningMethod))