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