3 references to UnableToReadSourceFileOrPdb
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (2)
31private static readonly string s_documentReadErrorId = GetDiagnosticId(EditAndContinueErrorCode.UnableToReadSourceFileOrPdb); 188AddGeneralDiagnostic(EditAndContinueErrorCode.UnableToReadSourceFileOrPdb, nameof(FeaturesResources.UnableToReadSourceFileOrPdb));
EditAndContinue\EditSession.cs (1)
567var descriptor = EditAndContinueDiagnosticDescriptors.GetDescriptor(EditAndContinueErrorCode.UnableToReadSourceFileOrPdb);