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)
66
get { return
_appDomain
; }
74
return (elementType == null) ? null : Create(
_appDomain
, elementType);
87
_appDomain
,
98
_appDomain
,
134
: new ReadOnlyCollection<DkmClrType>(typeArgs.Select(t => DkmClrType.Create(
_appDomain
, t)).ToArray());