31 writes to Interface
Microsoft.Diagnostics.DataContractReader.Legacy (31)
ClrDataExceptionState.cs (2)
90
exState.
Interface
= new ClrDataExceptionState(
232
task.
Interface
= new ClrDataTask(_threadAddress, _target, legacyTask);
ClrDataFrame.cs (4)
115
appDomain.
Interface
= new ClrDataAppDomain(_target, appDomainAddr, legacyAppDomain);
222
arg.
Interface
= CreateValueFromDebugInfo(
310
localVariable.
Interface
= CreateValueFromDebugInfo(
362
method.
Interface
= new ClrDataMethodInstance(_target, mdh, appDomain, legacyMethod);
ClrDataMethodDefinition.cs (3)
192
instance.
Interface
= new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod);
205
instance.
Interface
= legacyMethod;
347
mod.
Interface
= new ClrDataModule(_module, _target, legacyMod);
ClrDataMethodInstance.cs (1)
68
mod.
Interface
= new ClrDataModule(module, _target, legacyMod);
ClrDataModule.cs (2)
357
method.
Interface
= new ClrDataMethodDefinition(_target, _address, token, legacyMethod);
429
methodDefinition.
Interface
= new ClrDataMethodDefinition(_target, _address, token, legacyMethod);
ClrDataStackWalk.cs (1)
127
frame.
Interface
= new ClrDataFrame(_target, _dataFrames.Current, legacyFrame);
ClrDataTask.cs (4)
42
appDomain.
Interface
= new ClrDataAppDomain(_target, currentAppDomain, legacyAppDomain);
85
stackWalk.
Interface
= new ClrDataStackWalk(_address, flags, _target, legacyStackWalk);
117
exception.
Interface
= new ClrDataExceptionState(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_DEFAULT, thrownObjectHandle, threadData.FirstNestedException, legacyExceptionState);
158
exception.
Interface
= new ClrDataExceptionState(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_PARTIAL, thrownObjectHandle, TargetPointer.Null, legacyExceptionState);
Marshalling\DacComNullableByRef.cs (1)
124
_managed.
Interface
= ComInterfaceMarshaller<T>.ConvertToManaged((void*)_nativeResult);
SOSDacImpl.cs (10)
1842
ppHandleEnum.
Interface
= new SOSHandleEnum(_target, supportedHandleTypes, legacyHandleEnum);
1869
ppHandleEnum.
Interface
= new SOSHandleEnum(_target, handleTypes, legacyHandleEnum);
3098
mod.
Interface
= new ClrDataModule(addr.ToTargetPointer(_target), _target, legacyModule);
4085
ppEnum.
Interface
= new SOSStackRefEnum(sosRefs);
6636
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
6661
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
6686
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
7046
enumerator.
Interface
= new SOSMethodEnum(_target, methodTableHandle, legacyMethodEnum);
7303
ppEnum.
Interface
= new SOSStressLogThreadEnum(threads);
7341
ppEnum.
Interface
= new SOSStressLogMsgEnum(_target, messages);
SOSDacImpl.IXCLRDataProcess.cs (3)
73
task.
Interface
= new ClrDataTask(matchingThread, _target, legacyTask);
533
method.
Interface
= new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod);
558
method.
Interface
= legacyMethod;
29 references to Interface
Microsoft.Diagnostics.DataContractReader.Legacy (29)
ClrDataExceptionState.cs (2)
76
legacyPrevious = legacyPreviousOut.
Interface
;
228
legacyTask = legacyTaskOut.
Interface
;
ClrDataFrame.cs (4)
105
legacyAppDomain = legacyAppDomainOut.
Interface
;
183
legacyValue = legacyArgOut.
Interface
;
286
legacyValue = legacyLocalOut.
Interface
;
346
legacyMethod = legacyMethodOut.
Interface
;
ClrDataMethodDefinition.cs (2)
183
legacyMethod = legacyMethodOut.
Interface
;
344
legacyMod = legacyModOut.
Interface
;
ClrDataMethodInstance.cs (1)
62
legacyMod = legacyModOut.
Interface
;
ClrDataModule.cs (2)
348
legacyMethod = legacyMethodOut.
Interface
;
423
legacyMethod = legacyMethodOut.
Interface
;
ClrDataStackWalk.cs (1)
119
legacyFrame = legacyFrameOut.
Interface
;
ClrDataTask.cs (4)
37
legacyAppDomain = legacyOut.
Interface
;
82
legacyStackWalk = legacyStackWalkOut.
Interface
;
105
legacyExceptionState = legacyExceptionStateOut.
Interface
;
146
legacyExceptionState = legacyExceptionStateOut.
Interface
;
Marshalling\DacComNullableByRef.cs (2)
16
/// <see cref="IsNullRef"/> is <c>true</c> and setting <see cref="
Interface
"/>
85
*_nativePtr = ComInterfaceMarshaller<T>.ConvertToUnmanaged(_managed?.
Interface
);
SOSDacImpl.cs (7)
1839
legacyHandleEnum = legacyOut.
Interface
;
1864
legacyHandleEnum = legacyOut.
Interface
;
3095
legacyModule = legacyOut.
Interface
;
6633
legacyMemoryEnum = legacyOut.
Interface
;
6658
legacyMemoryEnum = legacyOut.
Interface
;
6683
legacyMemoryEnum = legacyOut.
Interface
;
7042
legacyMethodEnum = legacyOut.
Interface
;
SOSDacImpl.IXCLRDataProcess.cs (4)
70
legacyTask = legacyTaskOut.
Interface
;
524
legacyMethod = legacyMethodOut.
Interface
;
636
legacyModule = legacyModuleOut.
Interface
;
650
legacyModule = legacyModuleOut.
Interface
;