1 override of ERR_MetadataReferencesNotSupported
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
202public override int ERR_MetadataReferencesNotSupported => (int)ErrorCode.ERR_MetadataReferencesNotSupported;
1 reference to ERR_MetadataReferencesNotSupported
Microsoft.CodeAnalysis (1)
ReferenceManager\CommonReferenceManager.Resolution.cs (1)
808diagnostics.Add(MessageProvider.CreateDiagnostic(MessageProvider.ERR_MetadataReferencesNotSupported, referenceDirective.Location));