1 write to _metadataDecoder
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (1)
40
_metadataDecoder
= metadataDecoder
4 references to _metadataDecoder
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (4)
88
If
_metadataDecoder
.Module.HasStateMachineAttribute(methodHandle, typeName) Then
89
Return
_metadataDecoder
.GetTypeSymbolForSerializedType(typeName)
96
Return DirectCast(
_metadataDecoder
.GetSymbolForILToken(methodHandle), IMethodSymbolInternal)
161
Dim localInfos =
_metadataDecoder
.GetLocalsOrThrow(handle)