8 references to AccumulatesDependencies
Microsoft.CodeAnalysis (8)
Binding\BindingDiagnosticBag.cs (7)
110
Debug.Assert(allowMismatchInDependencyAccumulation || other.Dependencies.IsDefaultOrEmpty || this.
AccumulatesDependencies
|| !this.AccumulatesDiagnostics);
119
Debug.Assert(allowMismatchInDependencyAccumulation || !other.
AccumulatesDependencies
|| this.
AccumulatesDependencies
);
186
Debug.Assert(allowMismatchInDependencyAccumulation || !dependencies.
AccumulatesDependencies
|| this.
AccumulatesDependencies
);
201
Debug.Assert(!useSiteInfo.AccumulatesDependencies || this.
AccumulatesDependencies
);
261
Debug.Assert(!useSiteInfo.AccumulatesDependencies || this.
AccumulatesDependencies
);
Binding\UseSiteInfo.cs (1)
144
else if (!futureDestination.
AccumulatesDependencies
)