4 references to EnsureTrackingAttribute
Microsoft.Extensions.Options.SourceGeneration (4)
Parser.cs (4)
602_optionsSourceGenContext.EnsureTrackingAttribute(attributeType.Name, createValue: false, out _); 606_optionsSourceGenContext.EnsureTrackingAttribute(attributeType.Name, createValue: true, out HashSet<object>? trackedTypeList); 624_optionsSourceGenContext.EnsureTrackingAttribute(attribute.AttributeClass!.Name, createValue: true, out HashSet<object>? trackedTypeList); 679_optionsSourceGenContext.EnsureTrackingAttribute(attribute.AttributeClass!.Name, createValue: hasTimeSpanType, out _);