2 references to CS1574
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
35
private const string CS1574 = nameof(
CS1574
); // warning CS1574: XML comment has cref attribute that could not be resolved
38
=> [CS0103, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426, CS0616,
CS1574
, IDEDiagnosticIds.UnboundIdentifierId];