26 references to IsTrue
Microsoft.CodeAnalysis.CSharp (26)
Compiler\ClsComplianceChecker.cs (26)
113bool assemblyComplianceValue = IsTrue(assemblyCompliance); 166if (IsTrue(GetDeclaredOrInheritedCompliance(sourceModule))) 194if (IsTrue(GetDeclaredOrInheritedCompliance(symbol))) 249if (IsTrue(compliance)) 277if (IsTrue(GetDeclaredOrInheritedCompliance(constructor)) && IsAccessibleIfContainerIsAccessible(constructor)) 318if (IsTrue(compliance)) 328if (IsTrue(compliance)) 373if (IsTrue(compliance)) 410if (IsTrue(compliance)) 437bool isCompliant = IsTrue(compliance); 453else if (GetDeclaredOrInheritedCompliance(symbol.ContainingAssembly) == Compliance.DeclaredTrue && IsTrue(GetInheritedCompliance(symbol))) 499System.Diagnostics.Debug.Assert(!IsTrue(GetDeclaredOrInheritedCompliance(symbol)), "Only call on non-compliant symbols"); 514System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol)), "Only call on compliant symbols"); 543System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol)), "Only call on compliant symbols"); 547if ((object)containingType != null && !IsTrue(GetDeclaredOrInheritedCompliance(containingType))) 555System.Diagnostics.Debug.Assert(typeParameters.IsEmpty || IsTrue(GetDeclaredOrInheritedCompliance(context)), "Only call on compliant symbols"); 574System.Diagnostics.Debug.Assert(parameters.IsEmpty || IsTrue(GetDeclaredOrInheritedCompliance(context)), "Only call on compliant symbols"); 587System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol)), "Only call on compliant symbols"); 713System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol)), "Only call on compliant symbols"); 792ErrorCode code = IsTrue(compliance) 805System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol))); 843IsTrue(GetDeclaredOrInheritedCompliance(member)) && 860!IsTrue(GetDeclaredOrInheritedCompliance(member)) || 929System.Diagnostics.Debug.Assert(IsTrue(GetDeclaredOrInheritedCompliance(symbol))); 1039if (!IsTrue(GetDeclaredOrInheritedCompliance(type.OriginalDefinition))) 1161compliance = IsTrue(GetInheritedCompliance(symbol)) ? Compliance.InheritedTrue : Compliance.InheritedFalse;