1 write to _appDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
48_appDomain = appDomain;
5 references to _appDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
Debugger\Engine\DkmClrType.cs (5)
66get { return _appDomain; } 74return (elementType == null) ? null : Create(_appDomain, elementType); 87_appDomain, 98_appDomain, 134: new ReadOnlyCollection<DkmClrType>(typeArgs.Select(t => DkmClrType.Create(_appDomain, t)).ToArray());