5 references to HasTagProvider
Microsoft.Gen.Logging (5)
Emitter.Method.cs (3)
281return p.IsNormalParameter && !p.HasTagProvider && !p.HasProperties; 436if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider) 512if (p.HasTagProvider)
Parser.cs (2)
143if (lp.HasDataClassification && (lp.HasProperties || lp.HasTagProvider)) 149if (lp.HasProperties && lp.HasTagProvider)