10 references to IsAnalyzingAttribute
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
7396
if (
IsAnalyzingAttribute
)
7409
if (
IsAnalyzingAttribute
)
7686
bool parameterHasNotNullIfNotNull = !
IsAnalyzingAttribute
&& !parametersOpt.IsDefault && parametersOpt.Any(static p => !p.NotNullIfParameterNotNull.IsEmpty);
7693
ImmutableHashSet<string>? returnNotNullIfParameterNotNull =
IsAnalyzingAttribute
? null : method?.ReturnNotNullIfParameterNotNull;
7807
if (!
IsAnalyzingAttribute
&& method is not null && (method.FlowAnalysisAnnotations & FlowAnalysisAnnotations.DoesNotReturn) == FlowAnalysisAnnotations.DoesNotReturn)
8458
if (!
IsAnalyzingAttribute
&& notNullParametersOpt is object)
11307
var annotations =
IsAnalyzingAttribute
? FlowAnalysisAnnotations.None : property.GetFlowAnalysisAnnotations();
11342
if (
IsAnalyzingAttribute
)
11371
if (
IsAnalyzingAttribute
)
12208
if (!
IsAnalyzingAttribute
)