8 references to IdentityInequality
dotnet-svcutil-lib (8)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
249CodeBinaryOperatorExpression notEq = new CodeBinaryOperatorExpression(readerNodeType, CodeBinaryOperatorType.IdentityInequality, xmlNodeTypeEndElement);
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
299Condition = new CodeBinaryOperatorExpression(completedEvent, CodeBinaryOperatorType.IdentityInequality, new CodePrimitiveExpression(null)),
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1492case CodeBinaryOperatorType.IdentityInequality:
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
2429case CodeBinaryOperatorType.IdentityInequality:
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
413CodeConditionStatement ifStatement = new CodeConditionStatement(new CodeBinaryOperatorExpression(propertyChanged, CodeBinaryOperatorType.IdentityInequality, new CodePrimitiveExpression(null)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1709CodeConditionStatement ifStatement = new CodeConditionStatement(new CodeBinaryOperatorExpression(propertyChanged, CodeBinaryOperatorType.IdentityInequality, NullReference)); 1767ifStatement.Condition = new CodeBinaryOperatorExpression(left, CodeBinaryOperatorType.IdentityInequality, right);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
826CodeBinaryOperatorType.IdentityInequality,