8 references to CreateDiagnosticInfo
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\GeneratedComInterfaceAttributeAnalyzer.cs (1)
44context.ReportDiagnostic(comInterfaceAttribute.CreateDiagnosticInfo(GeneratorDiagnostics.InterfaceTypeNotSupported, unsupportedValue).ToDiagnostic());
GeneratorDiagnostics.cs (2)
524attributeData.CreateDiagnosticInfo( 542attributeData.CreateDiagnosticInfo(
Microsoft.Interop.LibraryImportGenerator (1)
GeneratorDiagnostics.cs (1)
280attributeData.CreateDiagnosticInfo(
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
GeneratorDiagnostics.cs (1)
280attributeData.CreateDiagnosticInfo(
Microsoft.Interop.SourceGeneration (3)
GeneratorDiagnosticsBag.cs (3)
60ReportDiagnostic(attributeData.CreateDiagnosticInfo(_descriptorProvider.ConfigurationValueNotSupported, unsupportedValue, configurationName)); 72ReportDiagnostic(attributeData.CreateDiagnosticInfo(_descriptorProvider.ConfigurationNotSupported, configurationName)); 86ReportDiagnostic(attributeData.CreateDiagnosticInfo(_descriptorProvider.InvalidMarshallingAttributeInfo, new LocalizableResourceString(reasonResourceName, _resourceManager, _resourceSource, reasonArgs)));