9 references to Includes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
InstructionDecoderTests.cs (2)
419var includeParameterTypes = argumentFlags.Includes(DkmVariableInfoFlags.Types); 420var includeParameterNames = argumentFlags.Includes(DkmVariableInfoFlags.Names);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (5)
FrameDecoder.cs (3)
136var includeParameterTypes = argumentFlags.Includes(DkmVariableInfoFlags.Types); 137var includeParameterNames = argumentFlags.Includes(DkmVariableInfoFlags.Names); 139if (argumentFlags.Includes(DkmVariableInfoFlags.Values))
LanguageInstructionDecoder.cs (2)
47var includeParameterTypes = argumentFlags.Includes(DkmVariableInfoFlags.Types); 48var includeParameterNames = argumentFlags.Includes(DkmVariableInfoFlags.Names);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
InstructionDecoderTests.vb (2)
479Dim includeParameterTypes = argumentFlags.Includes(DkmVariableInfoFlags.Types) 480Dim includeParameterNames = argumentFlags.Includes(DkmVariableInfoFlags.Names)