Home
last modified time | relevance | path

Searched refs:CtorAttributesInNonCreatingEntry (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingError.cs47 CtorAttributesInNonCreatingEntry = 35, enumerator
DCreationDriver.cs556 …HandleError(ParsingError.CtorAttributesInNonCreatingEntry, constructorAttribute, "Constructor attr… in ProcessEntryPostMerge()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DVerificationTests.cs502 Assert.AreEqual(ParsingError.CtorAttributesInNonCreatingEntry, exception.Error); in ShouldFailWithConstructorAttributesWithNonCreatingEntry()