1 write to GenericInstantiations
ILCompiler.Compiler (1)
Compiler\Dataflow\TrimAnalysisPatternStore.cs (1)
29
GenericInstantiations
= new Dictionary<(MessageOrigin, TypeSystemEntity), TrimAnalysisGenericInstantiationAccessPattern>();
2 references to GenericInstantiations
ILCompiler.Compiler (2)
Compiler\Dataflow\TrimAnalysisPatternStore.cs (2)
68
GenericInstantiations
.TryAdd((pattern.Origin, pattern.Entity), pattern);
93
foreach (var pattern in
GenericInstantiations
.Values)