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