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