8 references to IsNormalParameter
Microsoft.Gen.Logging (8)
Emission\Emitter.Method.cs (1)
269
return p.
IsNormalParameter
&& !p.HasTagProvider && !p.HasProperties;
Parsing\Parser.cs (5)
148
if (lp.
IsNormalParameter
180
else if (lp.
IsNormalParameter
&& !parameterInTemplate && !loggingProperties && !string.IsNullOrEmpty(lm.Message))
186
if (lp.
IsNormalParameter
&&
200
if (lp.
IsNormalParameter
|| forceAsTemplateParam)
484
if (!parameter.
IsNormalParameter
)
Parsing\Parser.LogProperties.cs (1)
31
if (!lp.
IsNormalParameter
)
Parsing\Parser.TagProvider.cs (1)
20
if (!lp.
IsNormalParameter
)