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 _);