2 writes to _name
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
98
[module].GetPropertyDefPropsOrThrow(handle,
_name
, _flags)
101
_name
= String.Empty
3 references to _name
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PEPropertySymbol.vb (3)
100
If
_name
Is Nothing Then
153
Return
_name
232
IdentifierComparison.Equals(defaultPropertyName,
_name
)