2 writes to DiagnosticProperties
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
157
DiagnosticProperties
= AddDisableRuntimeMarshallingAttributeProperties
Marshalling\BlittableMarshallerResolver.cs (1)
37
DiagnosticProperties
= AddDisableRuntimeMarshallingAttributeProperties
3 references to DiagnosticProperties
Microsoft.Interop.SourceGeneration (3)
Marshalling\GeneratorDiagnostic.cs (3)
39
return DiagnosticInfo.Create(descriptor, location,
DiagnosticProperties
, NotSupportedDetails, elementName);
41
return DiagnosticInfo.Create(descriptor, location,
DiagnosticProperties
, TypePositionInfo.ManagedType.DiagnosticFormattedName, elementName);
57
DiagnosticProperties
.Add(WellKnownDiagnosticTags.Unnecessary, $"[{string.Join(",", Enumerable.Range(0, UnnecessaryDataLocations.Length))}]"),