1 write to IsKey
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
188Me.IsKey = isKeyOrByRef
9 references to IsKey
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_AnonymousTypes.vb (1)
415If(field.IsKey, "Readonly ", ""),
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (3)
53Me.Key = ComputeKey(fields, Function(f) f.Name, Function(f) f.IsKey) 129current.IsKey) 181Return IsKey
Symbols\AnonymousTypes\AnonymousTypeManager.vb (1)
40ReportMissingOrErroneousSymbols(dependencies, hasClass:=True, hasDelegate:=False, hasKeys:=typeDescr.Fields.Any(Function(f) f.IsKey))
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
30If Not container.TypeDescriptor.Fields(index).IsKey Then
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
44If field.IsKey Then
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
35If Not field.IsKey Then
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
45If field.IsKey Then