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