3 references to ERR_MetadataReferencesNotSupported
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1592case ErrorCode.ERR_MetadataReferencesNotSupported:
Errors\MessageProvider.cs (1)
210public override int ERR_MetadataReferencesNotSupported => (int)ErrorCode.ERR_MetadataReferencesNotSupported;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\CompilationCreationTests.cs (1)
2798Diagnostic(ErrorCode.ERR_MetadataReferencesNotSupported, @"#r ""bar"""));