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