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