2 writes to MemorySafetyRules
Microsoft.CodeAnalysis.CSharp (2)
CSharpCompilationOptions.cs (2)
275MemorySafetyRules = other.MemorySafetyRules; 442return new CSharpCompilationOptions(this) { MemorySafetyRules = version };
7 references to MemorySafetyRules
Microsoft.CodeAnalysis.CSharp (7)
Compilation\CSharpDeterministicKeyBuilder.cs (1)
29writer.Write("memorySafetyRules", csharpOptions.MemorySafetyRules);
CSharpCompilationOptions.cs (6)
275MemorySafetyRules = other.MemorySafetyRules; 437if (version == this.MemorySafetyRules) 451internal bool UseUpdatedMemorySafetyRules => MemorySafetyRules >= UpdatedMemorySafetyRulesVersion; 776this.MemorySafetyRules == other.MemorySafetyRules && 790Hash.Combine(this.MemorySafetyRules,