5 references to Create
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
367generatorDiagnostics.ReportDiagnostic(DiagnosticInfo.Create(
Microsoft.Interop.SourceGeneration (4)
DiagnosticExtensions.cs (2)
192DiagnosticInfo.Create(descriptor, Location.None, properties: properties, args) : 213return DiagnosticInfo.Create(
Marshalling\GeneratorDiagnostic.cs (2)
39return DiagnosticInfo.Create(descriptor, location, DiagnosticProperties, NotSupportedDetails, elementName); 41return DiagnosticInfo.Create(descriptor, location, DiagnosticProperties, TypePositionInfo.ManagedType.DiagnosticFormattedName, elementName);