2 references to _knownStateMachineThisTypes
ILCompiler.Compiler (2)
Compiler\UserDefinedTypeDescriptor.cs (2)
57
if (!
_knownStateMachineThisTypes
.TryGetValue(type, out uint typeIndex))
152
_knownStateMachineThisTypes
.Add(type, typeIndex);