5 references to HasTagProvider
Microsoft.Gen.Logging (5)
Emission\Emitter.Method.cs (3)
273return p.IsNormalParameter && !p.HasTagProvider && !p.HasProperties; 428if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider) 504if (p.HasTagProvider)
Parsing\Parser.cs (2)
134if (lp.HasDataClassification && (lp.HasProperties || lp.HasTagProvider)) 140if (lp.HasProperties && lp.HasTagProvider)