2 references to CS0227
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUpdateProjectToAllowUnsafeCodeFixProvider.cs (2)
18private const string CS0227 = nameof(CS0227); // error CS0227: Unsafe code may only appear if compiling with /unsafe 27ImmutableArray.Create(CS0227);