10 references to IsAnalyzingAttribute
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (10)
6850
if (
IsAnalyzingAttribute
)
6863
if (
IsAnalyzingAttribute
)
7119
bool parameterHasNotNullIfNotNull = !
IsAnalyzingAttribute
&& !parametersOpt.IsDefault && parametersOpt.Any(static p => !p.NotNullIfParameterNotNull.IsEmpty);
7126
ImmutableHashSet<string>? returnNotNullIfParameterNotNull =
IsAnalyzingAttribute
? null : method?.ReturnNotNullIfParameterNotNull;
7239
if (!
IsAnalyzingAttribute
&& method is object && (method.FlowAnalysisAnnotations & FlowAnalysisAnnotations.DoesNotReturn) == FlowAnalysisAnnotations.DoesNotReturn)
7869
if (!
IsAnalyzingAttribute
&& notNullParametersOpt is object)
10313
var annotations =
IsAnalyzingAttribute
? FlowAnalysisAnnotations.None : property.GetFlowAnalysisAnnotations();
10350
if (
IsAnalyzingAttribute
)
10379
if (
IsAnalyzingAttribute
)
11026
if (!
IsAnalyzingAttribute
)