10 references to IsAnalyzingAttribute
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
6999
if (
IsAnalyzingAttribute
)
7012
if (
IsAnalyzingAttribute
)
7287
bool parameterHasNotNullIfNotNull = !
IsAnalyzingAttribute
&& !parametersOpt.IsDefault && parametersOpt.Any(static p => !p.NotNullIfParameterNotNull.IsEmpty);
7294
ImmutableHashSet<string>? returnNotNullIfParameterNotNull =
IsAnalyzingAttribute
? null : method?.ReturnNotNullIfParameterNotNull;
7407
if (!
IsAnalyzingAttribute
&& method is not null && (method.FlowAnalysisAnnotations & FlowAnalysisAnnotations.DoesNotReturn) == FlowAnalysisAnnotations.DoesNotReturn)
8037
if (!
IsAnalyzingAttribute
&& notNullParametersOpt is object)
10512
var annotations =
IsAnalyzingAttribute
? FlowAnalysisAnnotations.None : property.GetFlowAnalysisAnnotations();
10549
if (
IsAnalyzingAttribute
)
10578
if (
IsAnalyzingAttribute
)
11359
if (!
IsAnalyzingAttribute
)