1 write to IsKey
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
188
Me.
IsKey
= isKeyOrByRef
8 references to IsKey
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_AnonymousTypes.vb (1)
413
If(field.
IsKey
, "Readonly ", ""),
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (3)
53
Me.Key = ComputeKey(fields, Function(f) f.Name, Function(f) f.
IsKey
)
129
current.
IsKey
)
181
Return
IsKey
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
30
If Not container.TypeDescriptor.Fields(index).
IsKey
Then
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
44
If field.
IsKey
Then
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
35
If Not field.
IsKey
Then
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
45
If field.
IsKey
Then