8 references to IsNormalParameter
Microsoft.Gen.Logging (8)
Emitter.Method.cs (1)
281
return p.
IsNormalParameter
&& !p.HasTagProvider && !p.HasProperties;
Parser.cs (5)
157
if (lp.
IsNormalParameter
189
else if (lp.
IsNormalParameter
&& !parameterInTemplate && !loggingProperties && !string.IsNullOrEmpty(lm.Message))
195
if (lp.
IsNormalParameter
&&
209
if (lp.
IsNormalParameter
|| forceAsTemplateParam)
543
if (!parameter.
IsNormalParameter
)
Parser.LogProperties.cs (1)
30
if (!lp.
IsNormalParameter
)
Parser.TagProvider.cs (1)
20
if (!lp.
IsNormalParameter
)