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