1 write to TargetAssembly
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\ImportRecord.cs (1)
39TargetAssembly = targetAssembly;
3 references to TargetAssembly
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.cs (1)
1100var targetAssembly = (AssemblySymbol?)importRecord.TargetAssembly;
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (2)
MethodDebugInfoValidation.cs (2)
35(record.TargetAssembly != null ? $" assembly='{record.TargetAssembly}'" : "") +