1 write to _characteristics
ILCompiler.Compiler (1)
Compiler\SubstitutedILProvider.cs (1)
36
_characteristics
= characteristics != null ? new HashSet<string>(characteristics) : null;
2 references to _characteristics
ILCompiler.Compiler (2)
Compiler\SubstitutedILProvider.cs (2)
1150
value =
_characteristics
== null ||
_characteristics
.Contains(maybeCharacteristicMethod.GetName());