47 writes to Interface
Microsoft.Diagnostics.DataContractReader.Legacy (47)
ClrDataExceptionState.cs (3)
93
exState.
Interface
= new ClrDataExceptionState(
149
value.
Interface
= new ClrDataValue(
366
task.
Interface
= new ClrDataTask(_threadAddress, _target, legacyTask);
ClrDataFrame.cs (4)
116
appDomain.
Interface
= new ClrDataAppDomain(_target, appDomainAddr, legacyAppDomain);
246
arg.
Interface
= CreateValueFromDebugInfo(
339
localVariable.
Interface
= CreateValueFromDebugInfo(
384
method.
Interface
= new ClrDataMethodInstance(_target, mdh, appDomain, legacyMethod);
ClrDataMethodDefinition.cs (3)
237
instance.
Interface
= new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod);
250
instance.
Interface
= legacyMethod;
392
mod.
Interface
= new ClrDataModule(_module, _target, legacyMod);
ClrDataMethodInstance.cs (2)
68
methodDefinition.
Interface
= new ClrDataMethodDefinition(_target, module, token, legacyMethodDefinition);
111
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)
135
frame.
Interface
= new ClrDataFrame(_target, _threadAddr, _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, TargetPointer.Null, thrownObjectHandle, threadData.FirstNestedException, legacyExceptionState);
198
exception.
Interface
= new ClrDataExceptionState(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_PARTIAL, TargetPointer.Null, thrownObjectHandle, TargetPointer.Null, legacyExceptionState);
ClrDataTypeDefinition.cs (1)
152
mod.
Interface
= new ClrDataModule(_module, _target, legacyMod);
ClrDataTypeInstance.cs (1)
168
typeDefinition.
Interface
= new ClrDataTypeDefinition(
ClrDataValue.cs (6)
248
typeInstance.
Interface
= null;
257
typeInstance.
Interface
= new ClrDataTypeInstance(_target, _typeHandle, legacyType);
421
assocValue.
Interface
= new ClrDataValue(_target, _threadAddress, flags, _typeHandle, address, [location], legacyValue);
466
assocType.
Interface
= new ClrDataTypeInstance(_target, typeHandle, legacyType);
620
value.
Interface
= new ClrDataValue(_target, _threadAddress, flags, elementType, offset, [location], legacyValue);
764
field.
Interface
= CreateFieldValue(entry, fieldDefinition, enclosingType, legacyField);
Marshalling\DacComNullableByRef.cs (1)
124
_managed.
Interface
= ComInterfaceMarshaller<T>.ConvertToManaged((void*)_nativeResult);
SOSDacImpl.cs (11)
1846
ppHandleEnum.
Interface
= new SOSHandleEnum(_target, supportedHandleTypes, legacyHandleEnum);
1873
ppHandleEnum.
Interface
= new SOSHandleEnum(_target, handleTypes, legacyHandleEnum);
3108
mod.
Interface
= new ClrDataModule(addr.ToTargetPointer(_target), _target, legacyModule);
4089
ppEnum.
Interface
= new SOSStackRefEnum(sosRefs);
6649
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
6674
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
6699
ppEnum.
Interface
= new SOSMemoryEnum(_target, regions, legacyMemoryEnum);
7059
enumerator.
Interface
= new SOSMethodEnum(_target, methodTableHandle, legacyMethodEnum);
7316
ppEnum.
Interface
= new SOSStressLogThreadEnum(threads);
7339
ppEnum.
Interface
= new SOSStressLogMsgEnum(_target, messages);
7369
ppEnum.
Interface
= new SOSMemoryEnum(regions);
SOSDacImpl.IXCLRDataProcess.cs (8)
134
task.
Interface
= new ClrDataTask(matchingThread, _target, legacyTask);
157
task.
Interface
= new ClrDataTask(thread, _target, legacyTask);
458
appDomain.
Interface
= new ClrDataAppDomain(_target, domains.Enumerator.Current, legacyAppDomain);
529
appDomain.
Interface
= new ClrDataAppDomain(_target, domain, legacyAppDomain);
630
mod.
Interface
= new ClrDataModule(modules.Enumerator.Current.Address, _target, legacyModule);
712
mod.
Interface
= new ClrDataModule(module.Address, _target, legacyModule);
1023
method.
Interface
= new ClrDataMethodInstance(_target, methodDesc, emi._appDomain, legacyMethod);
1614
method.
Interface
= new ClrDataMethodDefinition(
44 references to Interface
Microsoft.Diagnostics.DataContractReader.Legacy (44)
ClrDataExceptionState.cs (3)
79
legacyPrevious = legacyPreviousOut.
Interface
;
127
legacyValue = legacyValueOut.
Interface
;
362
legacyTask = legacyTaskOut.
Interface
;
ClrDataFrame.cs (4)
106
legacyAppDomain = legacyAppDomainOut.
Interface
;
188
legacyValue = legacyArgOut.
Interface
;
310
legacyValue = legacyLocalOut.
Interface
;
375
legacyMethod = legacyMethodOut.
Interface
;
ClrDataMethodDefinition.cs (2)
228
legacyMethod = legacyMethodOut.
Interface
;
389
legacyMod = legacyModOut.
Interface
;
ClrDataMethodInstance.cs (2)
61
legacyMethodDefinition = legacyMethodDefinitionOut.
Interface
;
105
legacyMod = legacyModOut.
Interface
;
ClrDataModule.cs (2)
348
legacyMethod = legacyMethodOut.
Interface
;
423
legacyMethod = legacyMethodOut.
Interface
;
ClrDataStackWalk.cs (1)
127
legacyFrame = legacyFrameOut.
Interface
;
ClrDataTask.cs (4)
37
legacyAppDomain = legacyOut.
Interface
;
82
legacyStackWalk = legacyStackWalkOut.
Interface
;
105
legacyExceptionState = legacyExceptionStateOut.
Interface
;
186
legacyExceptionState = legacyExceptionStateOut.
Interface
;
ClrDataTypeDefinition.cs (1)
149
legacyMod = legacyModOut.
Interface
;
ClrDataTypeInstance.cs (1)
132
legacyDefinition = legacyDefinitionOut.
Interface
;
ClrDataValue.cs (5)
241
legacyType = legacyTypeOut.
Interface
;
397
legacyValue = legacyValueOut.
Interface
;
446
legacyType = legacyTypeOut.
Interface
;
580
legacyValue = legacyValueOut.
Interface
;
743
legacyField = legacyFieldOut.
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)
1843
legacyHandleEnum = legacyOut.
Interface
;
1868
legacyHandleEnum = legacyOut.
Interface
;
3105
legacyModule = legacyOut.
Interface
;
6646
legacyMemoryEnum = legacyOut.
Interface
;
6671
legacyMemoryEnum = legacyOut.
Interface
;
6696
legacyMemoryEnum = legacyOut.
Interface
;
7055
legacyMethodEnum = legacyOut.
Interface
;
SOSDacImpl.IXCLRDataProcess.cs (10)
131
legacyTask = legacyTaskOut.
Interface
;
148
legacyTask = legacyTaskOut.
Interface
;
452
legacyAppDomain = legacyAppDomainOut.
Interface
;
520
legacyAppDomain = legacyAppDomainOut.
Interface
;
624
legacyModule = legacyModuleOut.
Interface
;
692
legacyModule = legacyModuleOut.
Interface
;
1014
legacyMethod = legacyMethodOut.
Interface
;
1117
legacyModule = legacyModuleOut.
Interface
;
1131
legacyModule = legacyModuleOut.
Interface
;
1604
legacyMethod = legacyMethodOut.
Interface
;