7 references to ERR_FileTypeNameDisallowed
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2302
or ErrorCode.
ERR_FileTypeNameDisallowed
Symbols\Source\SourceMemberContainerSymbol.cs (1)
507
|| reportIfContextual(SyntaxKind.FileKeyword, MessageID.IDS_FeatureFileTypes, ErrorCode.
ERR_FileTypeNameDisallowed
)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
520
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(3, 15));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\FileModifierParsingTests.cs (4)
1242
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 12)
1446
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 8)
1473
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 7)
1800
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 15),