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