2 writes to MemorySafetyRules
Microsoft.CodeAnalysis.CSharp (2)
CSharpCompilationOptions.cs (2)
275MemorySafetyRules = other.MemorySafetyRules; 442return new CSharpCompilationOptions(this) { MemorySafetyRules = version };
9 references to MemorySafetyRules
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpCompilation.cs (2)
3105nameof(Options.MemorySafetyRules), Options.MemorySafetyRules, LanguageVersion.ToDisplayString(),
Compilation\CSharpDeterministicKeyBuilder.cs (1)
29writer.Write("memorySafetyRules", csharpOptions.MemorySafetyRules);
CSharpCompilationOptions.cs (6)
275MemorySafetyRules = other.MemorySafetyRules; 437if (version == this.MemorySafetyRules) 451internal bool UseUpdatedMemorySafetyRules => MemorySafetyRules >= UpdatedMemorySafetyRulesVersion; 775this.MemorySafetyRules == other.MemorySafetyRules && 789Hash.Combine(this.MemorySafetyRules,