1 implementation of ISignatureDiagnosticLocations
Microsoft.Interop.SourceGeneration (1)
MethodSignatureDiagnosticLocations.cs (1)
45public sealed record MethodSignatureDiagnosticLocations(string MethodIdentifier, ImmutableArray<Location> ManagedParameterLocations, Location FallbackLocation) : ISignatureDiagnosticLocations
2 references to ISignatureDiagnosticLocations
Microsoft.Interop.SourceGeneration (2)
GeneratorDiagnosticsBag.cs (2)
18private readonly ISignatureDiagnosticLocations _locations; 32public GeneratorDiagnosticsBag(IDiagnosticDescriptorProvider descriptorProvider, ISignatureDiagnosticLocations locations, ResourceManager resourceManager, Type resourceSource)