10 references to IsAnalyzingAttribute
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
6645
if (
IsAnalyzingAttribute
)
6658
if (
IsAnalyzingAttribute
)
6913
bool parameterHasNotNullIfNotNull = !
IsAnalyzingAttribute
&& !parametersOpt.IsDefault && parametersOpt.Any(static p => !p.NotNullIfParameterNotNull.IsEmpty);
6920
ImmutableHashSet<string>? returnNotNullIfParameterNotNull =
IsAnalyzingAttribute
? null : method?.ReturnNotNullIfParameterNotNull;
7029
if (!
IsAnalyzingAttribute
&& method is object && (method.FlowAnalysisAnnotations & FlowAnalysisAnnotations.DoesNotReturn) == FlowAnalysisAnnotations.DoesNotReturn)
7653
if (!
IsAnalyzingAttribute
&& notNullParametersOpt is object)
10063
var annotations =
IsAnalyzingAttribute
? FlowAnalysisAnnotations.None : property.GetFlowAnalysisAnnotations();
10100
if (
IsAnalyzingAttribute
)
10129
if (
IsAnalyzingAttribute
)
10741
if (!
IsAnalyzingAttribute
)