1 write to TargetType
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\ImportRecord.cs (1)
37TargetType = targetType;
5 references to TargetType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
1062var typeSymbol = (TypeSymbol?)importRecord.TargetType;
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (2)
MethodDebugInfoValidation.cs (2)
37(record.TargetType != null ? $" type='{record.TargetType}'" : "") +
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.vb (2)
768If importRecord.TargetType IsNot Nothing Then 769typeSymbol = DirectCast(importRecord.TargetType, TypeSymbol)