2 references to IsDefinition
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Emit\EditAndContinue\EditAndContinueTestBase.vb (2)
210
reader.GetEditAndContinueLogEntries().Where(Function(entry)
IsDefinition
(entry.Handle.Kind)), itemInspector:=AddressOf EncLogRowToString)
230
reader.GetEditAndContinueMapEntries().Where(Function(e)
IsDefinition
(e.Kind)), itemInspector:=AddressOf EncMapRowToString)