Base:
property
MemorySafetyRulesVersion
Microsoft.CodeAnalysis.CSharp.Symbols.ModuleSymbol.MemorySafetyRulesVersion
3 references to MemorySafetyRulesVersion
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingModuleSymbol.cs (1)
322internal override MemorySafetyRulesVersion MemorySafetyRulesVersion => _underlyingModule.MemorySafetyRulesVersion;
Symbols\Source\SourceModuleSymbol.cs (2)
684if (MemorySafetyRulesVersion != MemorySafetyRulesVersion.Version1) 686var version = ImmutableArray.Create(new TypedConstant(compilation.GetSpecialType(SpecialType.System_Int32), TypedConstantKind.Primitive, (int)MemorySafetyRulesVersion));