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