7 references to ERR_FileTypeNameDisallowed
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2300
or ErrorCode.
ERR_FileTypeNameDisallowed
Symbols\Source\SourceMemberContainerSymbol.cs (1)
510
|| reportIfContextual(SyntaxKind.FileKeyword, MessageID.IDS_FeatureFileTypes, ErrorCode.
ERR_FileTypeNameDisallowed
)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
539
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(3, 15));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\FileModifierParsingTests.cs (4)
1239
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 12)
1443
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 8)
1470
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 7)
1797
Diagnostic(ErrorCode.
ERR_FileTypeNameDisallowed
, "file").WithLocation(1, 15),