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)
1150value = _characteristics == null || _characteristics.Contains(maybeCharacteristicMethod.GetName());